Language
Localization
Content copied to clipboard
meshtastic.Language
Entries
Properties
Link copied to clipboard
Bulgarian
Content copied to clipboard
BULGARIAN = 17;
Link copied to clipboard
Czech
Content copied to clipboard
CZECH = 18;
Link copied to clipboard
Dutch
Content copied to clipboard
DUTCH = 12;
Link copied to clipboard
English
Content copied to clipboard
ENGLISH = 0;
Link copied to clipboard
Finnish
Content copied to clipboard
FINNISH = 7;
Link copied to clipboard
French
Content copied to clipboard
FRENCH = 1;
Link copied to clipboard
German
Content copied to clipboard
GERMAN = 2;
Link copied to clipboard
Greek
Content copied to clipboard
GREEK = 13;
Link copied to clipboard
Italian
Content copied to clipboard
ITALIAN = 3;
Link copied to clipboard
Norwegian
Content copied to clipboard
NORWEGIAN = 14;
Link copied to clipboard
Polish
Content copied to clipboard
POLISH = 8;
Link copied to clipboard
Portuguese
Content copied to clipboard
PORTUGUESE = 4;
Link copied to clipboard
Russian
Content copied to clipboard
RUSSIAN = 11;
Link copied to clipboard
Serbian
Content copied to clipboard
SERBIAN = 10;
Link copied to clipboard
Simplified Chinese (experimental)
Content copied to clipboard
SIMPLIFIED_CHINESE = 30;
Link copied to clipboard
Slovenian
Content copied to clipboard
SLOVENIAN = 15;
Link copied to clipboard
Spanish
Content copied to clipboard
SPANISH = 5;
Link copied to clipboard
Swedish
Content copied to clipboard
SWEDISH = 6;
Link copied to clipboard
Traditional Chinese (experimental)
Content copied to clipboard
TRADITIONAL_CHINESE = 31;
Link copied to clipboard
Turkish
Content copied to clipboard
TURKISH = 9;
Link copied to clipboard
Ukrainian
Content copied to clipboard
UKRAINIAN = 16;
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.